q    

The Crazy Lune

  beacon
sdd

Location

Location Algorithm

Distance Measurement

Results

Simulations

Location

As the location algorithm, our system uses an Extended Kalman Filter. This filter estimates the position of the astronaut, based on distance measurements to different tags.This means each second, we send out a short pulse that is supposed to power on all nearby tags. These tags send out a bit sequence (multiplied with the CDMA chipping sequence) to the astronaut. The time of arrival is measured by the astronaut, based on which we can determine the distance of the tag from the astronaut. Additionally, we can determine the distance of the astronaut from the lander at all times using the astronaut to lander communication link. The advantage of using this scheme allows us to have the exact position of a fixed point.

 

 

The above video displays the results of the algorithm when the Astronaut takes a sinusoidal path in x,y and z direction. This is one of the best case scenarios, as all tags (and the lander) are aligned in a sinusoidal path and therefore the dilution of precision is reasonably low. In this case, the algorithm did a great job and for a distance of 2 km it achieved an average estimate error under 5m.

Advantages

Some of the major advantages which come along with the use of this algorithm are:
It is vital for the accuracy of the system to have a good estimate of each tag estimation, as this error cannot be further removed and will cumulate over time/distance.

  • We do not have to solve for the equations of our measurement system for x,y,z.
  • We constantly improve the estimate of the position of the tags as long as there are better-known tags in reach (especially interesting for a moonwalk on the same path)
  • We can also use the velocity data of the Astronaut which can be computed using additional sensors , but the algorithm works without this data as well.
  • The Kalman Filter determines which tags to 'trust' more based on the error covariance matrix P and weights this measurements accordingly

Home | Project | Communication | Location | Power | Budget & Timeline

Tuesday, December 8, 2009

© 2009 The Crazy Lune. All rights reserved.